home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Dirt2 Demo / data1.cab / GameFolder_Disc / system / sdu.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-11-26  |  672 b   |  14 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <SDU>
  3.   <Collections>
  4.     <!-- The SDU uses pattern matching to determine the name of collections (so all ghost laps can be stored as one entry). A name without a '*' character is an exact name.
  5.          A name with a '*' character will pattern match the string up until the '*'. Always put exact names before pattern match names in this file so that the exact names
  6.          have higher priority. -->
  7.          
  8.     <!-- Exact collection names -->
  9.     <Collection name="Autosave" maxSize="204800" />
  10.     
  11.     <!-- Pattern matched collection names -->
  12.     <Collection name="PB*" maxSize="65536" />  
  13.   </Collections> 
  14. </SDU>